Newer
Older
Digital_Repository / Memory Bank / Heritage Inventory / 22-3-07 / files / cardrona-eprints.css
/* CSS Document */
body {
	margin: 1em;
        font-family: Arial,Sans-serif;
	font-size: 80%;
	background-color: #eedd66;
}

 a:link{
	color:#030;
	font-weight: 900;

}

a:visited{
	color:#530;
	font-weight: 900;
}

a:hover{
	color:black;
	font-weight:900;
}


.footer {
	border: #8080f0 3px outset;
	background: #963; 
	padding: 1px;
	margin: 3px 1em 3px 1em;
	text-align: center;
	
}

.header {
	border: #8080f0 3px outset;
	background: #963; 
	padding: 1px;
	position: relative; 
	left: 40px;
	margin: 3px 1em 3px 1em;
	background-image: url(./images/sunrise1.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 185px;
}

.userpage_table_emph {
	font-weight: bold;
}

ul.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-left: 45px;
	
	
	
}

ul.menu li {
	list-style: none;
	display: inline;
	border-style: outset;
	
}
ul.menu li:hover {
	background: #960;
}

ul.menu li a, .searchcontrol a {
	text-decoration: none;
	color: #aa4;
}
ul.menu li a:visited {
	color: #aa4;
}

input, select, textarea {
	color: #603;
	font-weight: bold;
	font-size: 100%;
}

.actionbutton, ul.menu li, .searchcontrol {
	color: #cfc;
	border: #033, 4px solid;
	background: #600; 
	padding: 3px;
	margin: 2px;
	font-weight: bold;
}

.example
{
	font-weight: bold;
	color: #030;
}
.box
{
	font-family: sans-serif; 
	padding: 8pt; 
	margin-bottom: 1pt;
}



h1 {
        font: bold 130% Arial,Sans-serif;
        color: #030;
	/*image: url(./images/snowfarm.jpg);*/
}

h2 {
        font: bold 120% Arial,Sans-serif;
        color: #030;
}

h3 {
        font: 120% Arial,Sans-serif;
        color: #030;
	font-weight: 900;
}

h4 {
        font: 100% Arial,Sans-serif;
        color: #030;
	font-weight: 900;
}


.archivetitle {
        font: 300% Arial,Sans-serif;
	font-weight: bolder;
	color: #030;
	text-align: center;
	/*margin-left: 50px;*/
	
	
}

.searchfieldhelp,.formfieldhelp {
        font-size: small ;
}


.formfieldname, .searchfieldname {
        padding-top: 1em;
	font-weight: bold;
	font-size: 120%;
}

.formfieldidname {
	font-weight: bold;
	font-size: 120%;
}


.formfieldinput {
        padding-bottom: 3pt;
}
.formfieldidinput {
}


.formfieldcomment {
	font-style: italic;
        padding-bottom: 3pt;
}

.requiredstar,.requiredlang {
	color: #ff0000;
}


.alert {
	color: #ff0000;
        font: bold 100% ;
}

.namefieldheading {
	text-align: left;
	font: small ;
}

.searchorder {
        padding-top: 12pt;
}

.searchmustfulfill {
        padding-top: 12pt;
}

.main {
        margin: 1em;
}

dt {
	font-weight: bold;
}

.numeral {
	font-weight: bold;
}

.ignoredword {
	font-style: italic;
}


.subject_browser_opts, .subject_browser_selections, .subject_browser_search
{
	margin-left: 1em;
	margin-right: 1em;
	padding: 0.5em;
	border-style: solid;
	border-color: #963;
	border-width: 1px;
}
.subject_browser_selections
{
	margin-top: 0.5em;
	background: #963;
}

.subject_browser_selections span.subject
{
	font-weight: bold;
}
.subject_browser_opts
{
	margin-bottom: 0.5em;
}
.subject_browser_selected
{
	font-style: italic;
}

.row_a
{
	background: #963; 
}
.row_b
{
	background: #963; 
}

.row_a td, .row_b td
{
	border-top: #8080f0 1px solid;
	border-bottom: #8080f0 1px solid;
}
td.first_col 
{
	border-left: #8080f0 1px solid;
}
td.last_col 
{
	border-right: #8080f0 1px solid;
}
td.middle_col 
{
	border-right: #8080f0 1px solid;
	border-left: #8080f0 1px solid;
}


.status_row_heading, th, .submission_buttons, .searchbuttons, .searchcontrols
{
        font-family: Arial,Sans-serif;
	font-weight: bold;
	padding: 2px;
	border: #030, outset;
	background: #963; 
}
th.empty_heading, tr.header_plain th {
	background: none;
	border-style: none;
}

.submission_buttons, .searchbuttons, .searchcontrols
{
	margin-top: 8pt;
	text-align: center;
        padding: 4px;
	text-decoration: none;
}
.searchcontrols 
{
	padding: 8px;
}
	
.problems
{
	margin-top: 8pt;
	margin-bottom: 8pt;
        border: 4px;
        padding: 16pt;
        border-style: solid;
        border-color: #ff0000 ;
        background-color: #873;
	text-decoration: none;
}

.preview
{
	margin: 1em 0 1em 0;
	background: #a84;
	padding: 1em;
	border: 2px #c0c0ff dashed;
}